wayland: Fix gdk_keymap_translate_keyboard_state
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Apr 2013 21:03:27 +0000 (17:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 6 Apr 2013 21:03:27 +0000 (17:03 -0400)
commitacf56b6cb385773fa5b2c8fff63eca4e106c08a9
tree7f935aa11f43336aca792e75e5c40bc1a7c92057
parent905e4a58bd8e24e26a1e3e0c5ec48faee4a18ba7
wayland: Fix gdk_keymap_translate_keyboard_state

I was confusing indices and masks here, which made the modifier
translation go wrong. With this commit, accelerators work.
gdk/wayland/gdkkeys-wayland.c